projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfaf9b
)
Fixing typo in sys_select.
author
Steven Tamm
<steventamm@mac.com>
Mon, 19 Jul 2004 05:20:01 +0000
(
05:20
+0000)
committer
Steven Tamm
<steventamm@mac.com>
Mon, 19 Jul 2004 05:20:01 +0000
(
05:20
+0000)
src/mac.c
patch
|
blob
|
history
diff --git
a/src/mac.c
b/src/mac.c
index dfe5b01761e1c6a9b1a871603571ae4631dafce0..0ccedfdea7c0eea1b2f7438030455a1eb34b2c0a 100644
(file)
--- a/
src/mac.c
+++ b/
src/mac.c
@@
-2795,7
+2795,7
@@
sys_select (n, rfds, wfds, efds, timeout)
do
{
- EMACS_TIME select_timeout
+ EMACS_TIME select_timeout
;
SELECT_TYPE orfds = *rfds;
int r;
OSErr err;